projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67fd6ba
)
(proced-mode-map): Bind " " to next-line instead of the
author
Juri Linkov
<juri@jurta.org>
Mon, 29 Dec 2008 00:11:16 +0000
(
00:11
+0000)
committer
Juri Linkov
<juri@jurta.org>
Mon, 29 Dec 2008 00:11:16 +0000
(
00:11
+0000)
command `proced-next-line' removed on 2008-09-06.
lisp/proced.el
patch
|
blob
|
history
diff --git
a/lisp/proced.el
b/lisp/proced.el
index 2004410a17b9c8c5d6fe3e1bf0c57cd0b2343cb0..9b79a8046d8c5dffcfc054f3f86f8fa46f9a1838 100644
(file)
--- a/
lisp/proced.el
+++ b/
lisp/proced.el
@@
-440,7
+440,7
@@
Important: the match ends just after the marker.")
(defvar proced-mode-map
(let ((km (make-sparse-keymap)))
;; moving
- (define-key km " " '
proced-
next-line)
+ (define-key km " " 'next-line)
(define-key km "n" 'next-line)
(define-key km "p" 'previous-line)
(define-key km "\C-n" 'next-line)